Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SYCL tests for CCA code #630

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

stephenswat
Copy link
Member

Currently, we implement CCA tests only for CPU code and for CUDA code, but we have an easily reusable test harness for this, so we might as well test our SYCL code, too. This commit adds a new set of tests to the SYCL suite which tests the functionality and accuracy of our CCL code.

Currently, we implement CCA tests only for CPU code and for CUDA code,
but we have an easily reusable test harness for this, so we might as
well test our SYCL code, too. This commit adds a new set of tests to the
SYCL suite which tests the functionality and accuracy of our CCL code.
@stephenswat stephenswat added tests Make sure the code keeps working sycl Changes related to SYCL labels Jun 22, 2024
@stephenswat
Copy link
Member Author

This may fail until #629 is merged.

Copy link
Member

@krasznaa krasznaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should receive the higher precision check with #629 as well. So, since the CI does not complain, we might as well merge in this one first. 🤔

@stephenswat stephenswat merged commit 7932c7a into acts-project:main Jun 22, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sycl Changes related to SYCL tests Make sure the code keeps working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants